home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFFOLDER / TFFOLDER.txt
Text File  |  2002-03-16  |  2KB  |  85 lines

  1. object fFolder: TfFolder
  2.   Left = 259
  3.   Top = 337
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Create New Folder'
  7.   ClientHeight = 109
  8.   ClientWidth = 344
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label4: TLabel
  20.     Left = 6
  21.     Top = 9
  22.     Width = 111
  23.     Height = 12
  24.     Caption = 'Enter a folder name ...'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -9
  28.     Font.Name = 'Verdana'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object StatusBar2: TStatusBar
  33.     Left = 0
  34.     Top = 90
  35.     Width = 344
  36.     Height = 19
  37.     Panels = <
  38.       item
  39.         Width = 50
  40.       end>
  41.     SimplePanel = False
  42.   end
  43.   object Edit2: TEdit
  44.     Left = 6
  45.     Top = 29
  46.     Width = 323
  47.     Height = 21
  48.     TabOrder = 1
  49.   end
  50.   object Button6: TButton
  51.     Left = 217
  52.     Top = 55
  53.     Width = 57
  54.     Height = 21
  55.     Hint = 'Create a folder'
  56.     Caption = 'Create'
  57.     Default = True
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -9
  61.     Font.Name = 'Verdana'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 2
  67.     OnClick = Button6Click
  68.   end
  69.   object Button7: TButton
  70.     Left = 274
  71.     Top = 55
  72.     Width = 57
  73.     Height = 21
  74.     Caption = 'Cancel'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clBlack
  77.     Font.Height = -9
  78.     Font.Name = 'Verdana'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.     TabOrder = 3
  82.     OnClick = Button7Click
  83.   end
  84. end
  85.